home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 280 / notes.doc < prev    next >
Encoding:
Text File  |  1988-07-14  |  3.5 KB  |  80 lines

  1. ST Xformer II Program Pack #1 -- Assorted Basic and Binary Files
  2. ----------------------------------------------------------------
  3.  
  4. July 3, 1988
  5.  
  6. Programs files supplied by Compuserve users. Compiled by Darek Mihocka.
  7.  
  8.  
  9. The 4 .SD files that were contained in this ARC file contain various
  10. files that run with Xformer. The ones with a .BAS extender are Atari
  11. BASIC files. The ones with a .OBJ extender are binary files and must
  12. be run from DOS. Other files are data files, unless I missed some.
  13.  
  14. If you have a .SD file that you've compiled and would like to share,
  15. please ARC it and upload it to either Compuserve (ATARIDEV DL 5),
  16. or GENIE (ATARI ST Roundtable Downloads). Indicate in the file
  17. description that it is an ARCed SD file for use with ST Xformer II.
  18.  
  19. I will keep compiling these files until I have about 2 megabytes worth,
  20. and these will then be sent to registered users.
  21.  
  22. Please note:  The fourth of the four are found on this disk.  The first three
  23. of the four files are found on the STXFORMER Program Pack #1 disk.
  24.  
  25. Notes on WDA1.SD - by Bill Aycock (Compuserve: 76703,4061)
  26. ----------------------------------------------------------
  27.  
  28. Disk contains:  DOS.SYS
  29.                 DUP.SYS
  30.                 BEDIT.OBJ
  31.                 AT8GIF.OBJ
  32.                 INDMAP.GIF
  33.                 TP25R.OBJ
  34.                 BALLS.OBJ
  35.                 CHRSTY.GIF
  36.  
  37. DOS.SYS and DUP.SYS -- Atari DOS 2.5. DUP.SYS has been slightly
  38.       modified; I couldn't stand all those caps, so I changed
  39.       everything to lowercase.
  40.  
  41. BEDIT.OBJ -- This is an Action! file editor I wrote. Works fine, but
  42.       at only perhaps 1/4 speed. The menu should give you most of the
  43.       info you need to run the program, but you might want to look at
  44.       the docs (BEDIT.DOC in LIB 3 of Atari8).
  45.  
  46.       IF YOU HAVE TROUBLE RUNNING A PROGRAM FROM ATARI8, THIS MAY HELP!
  47.  
  48.       8-bit programs are uploaded with Xmodem and size-byte fill. If
  49.       you download an 8-bit program using B or QB, these extra bytes
  50.       will still be in the file. DOS will see this garbage as another
  51.       ML segment to load, and if it happens to overwrite a byte in the
  52.       program it may well crash.
  53.  
  54.       Solution: read the file into BEDIT. Use the Z command to move to
  55.       the end of the file, then use the - (minus) command to move back in
  56.       the file. Keep moving back until you find the _real_ end of the
  57.       program -- the last six bytes in the file should probably be either
  58.       "226  2  227  2  xx  xx"  or  "224  2  225  2  xx  xx" (this is the
  59.       init or run address). Then use the C command to change the size of
  60.       the file to exclude the size bytes.
  61.  
  62. AT8GIF.OBJ -- This is the 8-bit GIF viewer. Works ok, but at only 20% of
  63.       normal speed. When it decodes a monochrome picture the colors won't
  64.       be right -- it uses a DLI after the top (Gr.0) mode line to change
  65.       to black-on-white, and release 9 doesn't do that. Note: you should
  66.       get the docs before running this (AT8GIF.DOC in LIB 4 of Atari8 --
  67.       I think the docs are /binary; use ELVERT.PRG to convert to ASCII.).
  68.  
  69. INDMAP.GIF -- Sample GIF file; a map of Indiana. Displays fine; use
  70.       AT8GIF to zoom in on the top of the picture, and you can decipher
  71.       the writing.
  72.  
  73. CHRSTY.GIF -- Sample monochrome GIF pic of Billy Joel's lovely wife. Ends
  74.       up in pink-on-red due to the afore-mentioned quirk.
  75.  
  76. TP25R.OBJ -- The TextPro word processor from Atari8 LIB 5. This works
  77.       fine too, but again at slow speed.
  78.  
  79.                                                 Bill
  80.